home *** CD-ROM | disk | FTP | other *** search
- {
- componentName = "FontString";
-
- authors = (
- {
- author = "Charles Lloyd";
- email = "clloyd@next.com";
- image = "http://www.next.com/~clloyd/clloyd.gif";
- }
- );
-
- description =
- "The FontString component bundles the text, font size, and color attributes of a string into a single package.";
-
-
- parameters = (
-
- "value",
- "The text that the string displays in the HTML page. The default is \"Uninitialized FontString\".",
-
- "fontSize",
- "The string's font size. The default is 5.",
-
- "fontColor",
- "The string's text color. The default is black."
-
- );
-
- currentVersion = "1.0";
-
- releaseDate = "March 4, 1996";
-
- supportPolicy = "ExampleCode: Unsupported";
-
- distributionPolicy = "You may freely distribute this code";
-
-
-
- }
-